home *** CD-ROM | disk | FTP | other *** search
/ El Mac 9 / El Mac 9.iso / Shareware / Applications / Charting Coach v1.5 / Charting Coach v1.dxr / 00293.ls < prev    next >
Encoding:
Text File  |  1996-04-08  |  277 b   |  16 lines

  1. on mouseUp
  2.   if the doubleClick then
  3.     exit
  4.   end if
  5.   readCycleInfo()
  6.   set the visible of sprite 7 to 1
  7.   if count(stamp) > 0 then
  8.     go("setupShowDays")
  9.     showDays()
  10.     opendaybook()
  11.   else
  12.     cursor(0)
  13.     alert("No entries were posted to this cycle.")
  14.   end if
  15. end
  16.